MCP server for AI agents — real-time FX rates across 166 currencies, crypto quotes, DeFi yields, and market data. 8 tools, 6 data sources, no API keys needed.
Overview
MCP server for AI agents — real-time FX rates, crypto quotes, DeFi yields, and market data.
8 Tools
- get_fx_rate — Real-time FX rate from ECB + Wise comparison
- get_crypto_quote — Crypto token swap estimate via CoinGecko
- estimate_total_cost — Compare Wise vs bank vs crypto routes
- convert_currency — Quick conversion across 166 fiat currencies
- get_rate_history — Historical FX rates (up to 90 days)
- get_stablecoin_yields — Top DeFi yields from DeFi Llama
- get_market_overview — ECB rate, crypto fear/greed, ETH gas, key FX
- list_supported_pairs — Available fiat + crypto currencies
Install
claude mcp add fx-mcp -- npx fx-mcp
No API keys required
All data from public APIs: ECB, Wise, CoinGecko, DeFi Llama, Open Exchange Rates, Alternative.me.
Server Config
{
"mcpServers": {
"fx-mcp": {
"command": "npx",
"args": [
"fx-mcp"
]
}
}
}